Revision d36beb3f libavcodec/h261_parser.c
libavcodec/h261_parser.c | ||
---|---|---|
81 | 81 |
return next; |
82 | 82 |
} |
83 | 83 |
|
84 |
AVCodecParser h261_parser = { |
|
84 |
AVCodecParser ff_h261_parser = {
|
|
85 | 85 |
{ CODEC_ID_H261 }, |
86 | 86 |
sizeof(ParseContext), |
87 | 87 |
NULL, |
Also available in: Unified diff