OSDN Git Service

oggenc: remove unneeded null check
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 24 Oct 2014 12:15:37 +0000 (13:15 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Wed, 29 Oct 2014 16:54:37 +0000 (16:54 +0000)
commitb3d11437ca55d81eeb10c923343ad69b73895fa8
tree02ff069e4775dfba17a1afc8cba60c15ba6951f2
parenta9179b5bd6f143b4a7ff48bb0d00c8f0a7cafb4b
oggenc: remove unneeded null check

The code would have segfaulted before if oggstream were NULL.

CC: libav-stable@libav.org
Bug-Id: CID 732218
libavformat/oggenc.c