diff options
author | Andreas Rheinhardt <[email protected]> | 2021-02-27 15:42:33 +0100 |
---|---|---|
committer | Andreas Rheinhardt <[email protected]> | 2021-03-01 06:04:46 +0100 |
commit | 1a4a5fb640dda45bd88097c2f9142cc19af29da9 (patch) | |
tree | 19743ef85017c24d9155c8c5cbe6f8e6bb6cdc82 /doc/examples/remuxing.c | |
parent | 4cb989e83631c801718723ad95367fdd561e0ae0 (diff) |
avcodec/roqvideo: Use dedicated context for encoder
Up until now, the RoQ video decoder and encoder used the same context;
and said context contained several fields that are only used by the
encoder. This commit changes this and uses a dedicated context for the
encoder; it contains the common context as first element in order to use
functions common to the de- and encoder.
Reviewed-by: Paul B Mahol <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'doc/examples/remuxing.c')
0 files changed, 0 insertions, 0 deletions