Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -32,5 +32,9 @@ extern const CodecTag codec_wav_tags[]; |
| 32 | 32 |
|
| 33 | 33 |
unsigned int codec_get_tag(const CodecTag *tags, int id); |
| 34 | 34 |
enum CodecID codec_get_id(const CodecTag *tags, unsigned int tag); |
| 35 |
+unsigned int codec_get_bmp_tag(int id); |
|
| 36 |
+unsigned int codec_get_wav_tag(int id); |
|
| 37 |
+enum CodecID codec_get_bmp_id(unsigned int tag); |
|
| 38 |
+enum CodecID codec_get_wav_id(unsigned int tag); |
|
| 35 | 39 |
|
| 36 | 40 |
#endif /* FFMPEG_AVI_H */ |