Revision d36beb3f libavcodec/h264_mp4toannexb_bsf.c
libavcodec/h264_mp4toannexb_bsf.c | ||
---|---|---|
169 | 169 |
return AVERROR(EINVAL); |
170 | 170 |
} |
171 | 171 |
|
172 |
AVBitStreamFilter h264_mp4toannexb_bsf = { |
|
172 |
AVBitStreamFilter ff_h264_mp4toannexb_bsf = {
|
|
173 | 173 |
"h264_mp4toannexb", |
174 | 174 |
sizeof(H264BSFContext), |
175 | 175 |
h264_mp4toannexb_filter, |
Also available in: Unified diff