diff options
author | Stefano Sabatini <[email protected]> | 2011-04-20 13:13:09 +0200 |
---|---|---|
committer | Stefano Sabatini <[email protected]> | 2011-04-21 12:08:42 +0200 |
commit | 7046b63e69a5a49a8f575d89d8f0fc6680975382 (patch) | |
tree | bb778ef57992f7c69995987de0cd454bb6b5386b /libavutil/error.c | |
parent | 6d6351483fe94b7ae4938717b477014f42500145 (diff) |
ffmpeg: call pre_process_video_frame() only if decoding is needed
In output_packet(), move the pre_process_video_frame() call inside the
if (ist->decoding_needed) { } block. This way
pre_process_video_frame() is not called when stream-copy has been
selected.
Also simplify.
Signed-off-by: Stefano Sabatini <[email protected]>
Diffstat (limited to 'libavutil/error.c')
0 files changed, 0 insertions, 0 deletions