Revision d36beb3f libavcodec/h263_parser.c
libavcodec/h263_parser.c | ||
---|---|---|
83 | 83 |
return next; |
84 | 84 |
} |
85 | 85 |
|
86 |
AVCodecParser h263_parser = { |
|
86 |
AVCodecParser ff_h263_parser = {
|
|
87 | 87 |
{ CODEC_ID_H263 }, |
88 | 88 |
sizeof(ParseContext), |
89 | 89 |
NULL, |
Also available in: Unified diff