rtmp: Reindent
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
271c869cc3
commit
48b1fb1397
@ -234,9 +234,9 @@ int ff_rtmp_packet_create(RTMPPacket *pkt, int channel_id, RTMPPacketType type,
|
|||||||
int timestamp, int size)
|
int timestamp, int size)
|
||||||
{
|
{
|
||||||
if (size) {
|
if (size) {
|
||||||
pkt->data = av_malloc(size);
|
pkt->data = av_malloc(size);
|
||||||
if (!pkt->data)
|
if (!pkt->data)
|
||||||
return AVERROR(ENOMEM);
|
return AVERROR(ENOMEM);
|
||||||
}
|
}
|
||||||
pkt->data_size = size;
|
pkt->data_size = size;
|
||||||
pkt->channel_id = channel_id;
|
pkt->channel_id = channel_id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user