mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
pnmenc: remove empty line
Remove trailing empty line from commit bfdc543952
https://bugzilla.gnome.org/show_bug.cgi?id=729614
This commit is contained in:
parent
f9a4d559eb
commit
bf1997fe89
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ gst_pnmenc_chain (GstPad * pad, GstObject * parent, GstBuffer * buf)
|
|||
gchar *header;
|
||||
GstBuffer *out;
|
||||
|
||||
|
||||
if (s->info.width == 0 || s->info.height == 0 || s->info.fields == 0)
|
||||
goto not_negotiated;
|
||||
|
||||
|
|
Loading…
Reference in a new issue