diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-27 15:42:33 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-01 06:04:46 +0100 |
commit | 1a4a5fb640dda45bd88097c2f9142cc19af29da9 (patch) | |
tree | 19743ef85017c24d9155c8c5cbe6f8e6bb6cdc82 /tools/cl2c | |
parent | 4cb989e83631c801718723ad95367fdd561e0ae0 (diff) | |
download | ffmpeg-1a4a5fb640dda45bd88097c2f9142cc19af29da9.tar.gz |
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 <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'tools/cl2c')
0 files changed, 0 insertions, 0 deletions