| CODENOTIFIER | HelpYou are not signed inSign in |
Project: FFmpeg2theora
Revision: 14993
Author: j
Date: 03 Jun 2008 11:58:46
Changes:free picture, leave out frame_p
Files:| ... | ...@@ -125,4 +125,5 @@ | |
| 125 | 125 | static void frame_dealloc (AVFrame *frame) { |
| 126 | 126 | if (frame) { |
| 127 | avpicture_free((AVPicture*)frame); | |
| 127 | 128 | av_free(frame); |
| 128 | 129 | } |
| ... | ...@@ -970,5 +971,4 @@ | |
| 970 | 971 | pp_free_context(ppContext); |
| 971 | 972 | if (!info.audio_only) { |
| 972 | frame_dealloc(frame_p); | |
| 973 | 973 | frame_dealloc(output_p); |
| 974 | 974 | frame_dealloc(output_tmp_p); |