v4l2: avoid pointless indirection.
authorAnton Khirnov <anton@khirnov.net>
Mon, 7 Jan 2013 17:35:48 +0000 (18:35 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sun, 13 Jan 2013 15:30:38 +0000 (16:30 +0100)
commit246da0b13551b1f80f067e4f258e5bd691f5ab33
tree0b510073e70b54b77d9c60964f1ada6b6609b1c5
parent775253278914d82ca3598b2d48e4ce0c6e05452a
v4l2: avoid pointless indirection.

v4l2_read_header() does no cleanup, so it can return directly, without
any need for goto.
libavdevice/v4l2.c