mirror of
https://github.com/Motion-Project/motion.git
synced 2026-02-14 17:02:09 -05:00
Revise return value
This commit is contained in:
@@ -847,8 +847,10 @@ AVPacket *mypacket_alloc(AVPacket *pkt)
|
||||
av_init_packet(pkt);
|
||||
pkt->data = NULL;
|
||||
pkt->size = 0;
|
||||
return pkt;
|
||||
#endif
|
||||
|
||||
return pkt;
|
||||
|
||||
}
|
||||
|
||||
/*********************************************/
|
||||
|
||||
Reference in New Issue
Block a user