Skip to content

Commit

Permalink
Avcodec: map teletext IDs
Browse files Browse the repository at this point in the history
Close #5204
  • Loading branch information
jbkempf committed Aug 18, 2011
1 parent 42b8020 commit 230d6db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/codec/avcodec/fourcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,9 @@ static const struct
{ VLC_CODEC_SUBT, CODEC_ID_TEXT, SPU_ES },
{ VLC_CODEC_XSUB, CODEC_ID_XSUB, SPU_ES },
{ VLC_CODEC_SSA, CODEC_ID_SSA, SPU_ES },
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 38, 0 )
{ VLC_CODEC_TELETEXT, CODEC_ID_DVB_TELETEXT, SPU_ES },
#endif

{ 0, 0, UNKNOWN_ES }
};
Expand Down

0 comments on commit 230d6db

Please sign in to comment.