1# Multimedia Subsystem Changelog
2
3## cl.multimedia.1 Reference Paths Changed for the Audio/Video Encapsulation and Decapsulation Header Files
4
5| Header File         | Original Reference Path                 | New Reference Path               |
6| ------------------------------- | ------------------------------------- | ------------------------------------- |
7| native_avmuxer.h | <multimedia/native_avmuxer.h> | <multimedia/player_framework/native_avmuxer.h> |
8| native_avdemuxer.h  | <multimedia/native_avdemuxer.h>               | <multimedia/player_framework/native_avdemuxer.h>               |
9| native_avsource.h  | <multimedia/native_avsource.h>               | <multimedia/player_framework/native_avsource.h>               |
10
11**Change Impact**
12
13Applications that use the involved APIs may have compatibility issues.
14
15**Adaptation Guide**
16
17Modify the reference paths when referencing the encapsulation and decapsulation header files.
18