Revision d36beb3f libavcodec/dvbsub_parser.c
libavcodec/dvbsub_parser.c | ||
---|---|---|
179 | 179 |
av_freep(&pc->packet_buf); |
180 | 180 |
} |
181 | 181 |
|
182 |
AVCodecParser dvbsub_parser = { |
|
182 |
AVCodecParser ff_dvbsub_parser = {
|
|
183 | 183 |
{ CODEC_ID_DVB_SUBTITLE }, |
184 | 184 |
sizeof(DVBSubParseContext), |
185 | 185 |
dvbsub_parse_init, |
Also available in: Unified diff