mirror of https://git.ffmpeg.org/ffmpeg.git
x11grab: fix compilation
Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
79a19f6e58
commit
50d67d951c
|
@ -323,7 +323,7 @@ x11grab_read_header(AVFormatContext *s1)
|
|||
st->codec->bit_rate = x11grab->frame_size * 1/av_q2d(x11grab->time_base) * 8;
|
||||
|
||||
out:
|
||||
av_free(param);
|
||||
av_free(dpyname);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue