mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1685: Cross build RTC with FFmpeg
This commit is contained in:
parent
1c75a270b3
commit
1e9de0e191
267 changed files with 12603 additions and 1451 deletions
|
@ -538,8 +538,6 @@ int ff_mpeg_update_thread_context(AVCodecContext *dst,
|
|||
s->avctx->width = s1->avctx->width;
|
||||
s->avctx->height = s1->avctx->height;
|
||||
|
||||
s->quarter_sample = s1->quarter_sample;
|
||||
|
||||
s->coded_picture_number = s1->coded_picture_number;
|
||||
s->picture_number = s1->picture_number;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue