OSDN Git Service

aviobuf: Remove a senseless ifdef in avio_seek
authorMartin Storsjö <martin@martin.st>
Wed, 17 Oct 2012 20:00:54 +0000 (23:00 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 17 Oct 2012 22:44:05 +0000 (01:44 +0300)
commitb760ffdd07eaabf66656f3b2215c7da1c39a60ba
treeff6056c34bb6eed0ea182ff66ddc717f05f158b0
parentb93e934aeea44f3e92f0acd960e5d10151f14379
aviobuf: Remove a senseless ifdef in avio_seek

This seemed to assume that one never used writing avio unless
muxers or networking was enabled.

This ifdef is a remnant since 8fa641f8.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/aviobuf.c