Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libav: add some missing defines for ffmpeg 0.8.3
  • Loading branch information
perexg committed Aug 6, 2014
1 parent f78015d commit cfbd991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libav.h
Expand Up @@ -33,6 +33,7 @@ For version info please see:
This list must be updated every time we use a new AV_CODEC_ID
*/
#ifndef AV_CODEC_ID_NONE
#define AVCodecID CodecID
#define AV_CODEC_ID_AAC CODEC_ID_AAC
#define AV_CODEC_ID_AC3 CODEC_ID_AC3
#define AV_CODEC_ID_DVB CODEC_ID_DVB
Expand All @@ -44,6 +45,8 @@ This list must be updated every time we use a new AV_CODEC_ID
#define AV_CODEC_ID_TEXT CODEC_ID_TEXT
#define AV_CODEC_ID_VORBIS CODEC_ID_VORBIS
#define AV_CODEC_ID_VP8 CODEC_ID_VP8
#define AV_CODEC_ID_DVB_SUBTITLE CODEC_ID_DVB_SUBTITLE
#define AV_CODEC_ID_DVB_TELETEXT CODEC_ID_DVB_TELETEXT
#endif

enum AVCodecID streaming_component_type2codec_id(streaming_component_type_t type);
Expand Down

0 comments on commit cfbd991

Please sign in to comment.